Skip to content

Remove incorrect information from INI #17020

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 2, 2024

Conversation

kamil-tekiela
Copy link
Member

Correct me if I'm wrong, but this was never true for mysqli. I think safe mode might have existed early on in the development, but the rest was never migrated from the old mysql extension. This just looks like a bad copy-paste.

@cmb69
Copy link
Member

cmb69 commented Dec 2, 2024

Safe mode has been a general PHP "feature" (removed as of PHP 5.4.0), so likely that applied to early mysqli versions, but indeed it obviously has been overlooked to remove this from the INI files. Please apply the same fix to php.ini-production, too.

Copy link
Member

@cmb69 cmb69 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@kamil-tekiela kamil-tekiela merged commit 71edfd7 into php:master Dec 2, 2024
10 checks passed
@kamil-tekiela kamil-tekiela deleted the mysqli-ini branch December 2, 2024 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants